containsAll

(alias) pure function containsAll(values: collection<-T>): boolean

Deprecated

Use 'contains_all' instead

Check if this collection contains all elements of another collection.

Alias

Alias target

Return

true if this collection contains all elements of the given collection, false otherwise

Since

0.9.0

Parameters

values

the collection to check against